home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / Applications / PhoneBook / PhoneBook.ad.z / PhoneBook.ad
Encoding:
Text File  |  1996-09-20  |  2.5 KB  |  77 lines

  1. *useSchemes:                all
  2. *baseScheme:                Base
  3. *defaultScheme:                Lascaux
  4. *keyboardFocusPolicy:            pointer
  5.  
  6. *phoneBook.Title:            Phone Book
  7. *phoneBook.iconName:            Phone
  8. *entryDialog.dialogTitle:        Phone Book: Edit Entry
  9. *newDialog.dialogTitle:            Phone Book: New Entry
  10. *prefDialog.dialogTitle:        Phone Book: Preferences
  11. *helpDialog.Title:            Phone Book: Help
  12. *helpDialog.iconName:            PhoneHelp
  13.  
  14. *defaultFilename:            ~/.phone
  15.  
  16. *fileMenu.labelString:            File
  17. *fileMenu.mnemonic:            F
  18. *newMenuItem.labelString:        New Entry...
  19. *newMenuItem.mnemonic:            N
  20. *prefMenuItem.labelString:        Preferences...
  21. *prefMenuItem.mnemonic:            P
  22. *loadMenuItem.labelString:        Load...
  23. *loadMenuItem.mnemonic:            L
  24. *saveMenuItem.labelString:        Save
  25. *saveMenuItem.mnemonic:            S
  26. *saveAsMenuItem.labelString:        Save As...
  27. *saveAsMenuItem.mnemonic:        a
  28. *printMenuItem.labelString:        Print To File...
  29. *printMenuItem.mnemonic:        r
  30. *quitMenuItem.labelString:        Exit
  31. *quitMenuItem.mnemonic:            E
  32.  
  33. *entryPopup.labelString:        Entry
  34. *editEntryItem.labelString:        Edit...
  35. *deleteEntryItem.labelString:        Delete
  36.  
  37. *info*scroll.bottomOffset:        -2
  38. *info*scroll.scrollingPolicy:        XmAUTOMATIC
  39. *info*scroll.width:            500
  40. *info*scroll.height:            300
  41. *info*entries.resizeWidth:        False
  42. *info*entries.marginWidth:        15
  43. *info*entries.marginHeight:        15
  44. *info*entries.spacing:            5
  45. *info*entry.marginWidth:        0
  46. *info*entry.marginHeight:        0
  47. *info*entry.spacing:            0
  48.  
  49. *entry*name.alignment:            XmALIGNMENT_BEGINNING
  50. *entry*phone.alignment:            XmALIGNMENT_END
  51. *entry*addr.alignment:            XmALIGNMENT_BEGINNING
  52. *entry*addr.leftOffset:            15
  53. *entry*comment.alignment:        XmALIGNMENT_BEGINNING
  54. *entry*comment.leftOffset:        15
  55.  
  56. *entryDialog*nameLabel.labelString:    Name: 
  57. *entryDialog*phoneLabel.labelString:    Phone Number: 
  58. *entryDialog*addrLabel.labelString:    Address: 
  59. *entryDialog*commentLabel.labelString:    Comment: 
  60. *newDialog*nameLabel.labelString:    Name: 
  61. *newDialog*phoneLabel.labelString:    Phone Number: 
  62. *newDialog*addrLabel.labelString:    Address: 
  63. *newDialog*commentLabel.labelString:    Comment: 
  64.  
  65. *prefDialog*preferencesLabel.labelString:    Global Preferences
  66. *prefDialog*filenameLabel.labelString:        Database Filename:
  67. *prefDialog*showAddrLabel.labelString:        Display Address: 
  68. *prefDialog*showCommentLabel.labelString:    Display Comment: 
  69. *prefDialog*itemSpacingLabel.labelString:    Item Spacing (pixels): 
  70. *prefDialog*printWidthLabel.labelString:    Print To File Width (chars): 
  71.  
  72. *helpDialog*helpText.rows:            10
  73. *helpDialog*helpText.columns:            60
  74. *helpDialog*helpText.editMode:            XmMULTI_LINE_EDIT
  75. *helpDialog*helpText.scrollBarDisplayPolicy:    XmSTATIC
  76. *helpDialog*helpText.editable:            False
  77.